Release/v0.6.0 - #72
Merged
Merged
Conversation
* create stream_listener * added posthoc-trace for grid * global logger works with uds * logger uses local time * ported to new logger, removed old logging system * update posthoc trace with comments and trace rendering; added support in warthog-app * added CONTRIB file * pull changes from jps in presenting output * revert dominated check
Insert dynamic scenario support. * new serialize_base class that supports line-by-line parsing with utilities * updated girdmap and labelled_gridmap to use bittable_serialize * removed outdated gm_parser and gm_header * bittable_serialize supports writing * added patch_set to support group of dynamic patches with read/write support * warthog app support for dynamic benchmarks * warthog app support for map dumping at instance id Review-by: @dharabor
Moving admissibility_criteria, feasibility_criteria and reopen_policy from unidirectional_search template parameter to a dedicated traits class. Users now provide a trait class that contains compile time information to unidirectional_search. * added extra uds trait documentation * added optimal admissibility_criteria * update all default_traits to use uds_default_traits * moved uds traits to consteval function * quick comment in template.h --------- Reviewed by @dharabor
* update intrin BMI2 to work within constexpr functions * auto clang-format action --------- Reviewed-by @dharabor
* removed unused threading
* removed deprecated/unused code
* move INFINITY to numeric_limits
* removed std::exit calls
* removed vec_io.h
* removed dummy{_listener,filter}
* update #define to constexpr
* removed geom.cpp (now header only)
* geom.h header only
* update source file #include positions
---------
Reviewed by @dharabor
* dynamic scenario example added * added static example * added wgm weights * how to run added to readme * how to compile added to readme * other changes to readme * added --scenario to warthog app * other args changes to warthog app * bug fixes to scenario_manager * bug fixes to scenario_runner --------- Reviewed by @dharabor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.